a {
  text-decoration: none;
}

.page-headline {
  display: flex;
  flex-direction: column;
  padding: 11.5rem 4rem 4.5rem 4rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
  align-self: stretch;
}

.page-headline-content {
  display: flex;
  flex-direction: row;
  max-width: 80rem;
  width: 100%;
  align-items: flex-end;
  align-content: center;
  align-self: center;
  gap: 2rem 5rem;
}

.page-headline .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  min-width: 49%;
  width: 100%;
  max-width: 39.1875rem;
}

.page-headline .caption-m,
.page-headline .caption-l,
.page-headline .description,
.page-headline .body-l-bold,
.page-headline .body-s-bold {
  color: var(--color-grey-500);
  align-items: center;
  display: flex;
  gap: 1rem;
}

.page-headline .heading-3,
.page-headline .heading-1 {
  color: var(--color-grey-600);
}

.businessman{
  margin-left:auto;
}

section {
  display: flex;
  padding: 6rem 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  width: 100%;
}

.section-div {
  display: flex;
  padding: 4rem;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
}

.row-div {
  display: flex;
  flex-direction: row;
  max-width: 80rem;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 4rem;
  align-self: stretch;
  flex-wrap: wrap;
  margin: auto;
}

.col-div {
  display: flex;
  max-width: 80rem;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  align-self: center;
  margin: auto;
}

.section-div .col-div {
  gap: 2rem;
}

.text-left {
  display: flex;
  max-width: 28.25rem;
  flex-direction: column;
  align-items: flex-start;
}

.text-left p {
  display: flex;
  max-width: 28.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 48rem;
}

.text-center p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
}

.head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.simple-image {
  width: 100%;
  height: 100%;
  max-width: 44.875rem;
  max-height: 28.125rem;
  border-radius: 16px;
}

.logo-image {
  position: relative;
}

.logo-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 1.75rem;
  height: 1.89244rem;
  margin: 2rem;
  background-image: url('/design/coincash-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  max-width: 718px; 
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
}

.video-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
  object-fit: cover;
}

.video-thumbnail .overlay {
  position: absolute;
  inset: 0;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.10);
  padding: 3.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  max-height: 100%;
}

.video-thumbnail .badge {
  display: flex;
  padding: 0.25rem 0.625rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.30);
  display: inline-block;
  width: 6.625rem;
  height: 1.5rem;
  color: var(--color-white);
}

.video-thumbnail .title {
  margin-top: 1rem;
  max-width: 50%;
}

.video-thumbnail .play-button {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  align-self: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: filter 0.3s ease;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  z-index: 2;
}


.video-thumbnail .play-button:hover {
  opacity: 1;
  cursor: pointer;
}

.row-div img,
.col-div img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  align-self: center;
}

.row-div img {
  max-width: 718px;
  max-height: 450px;
}

.frame-21 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.frame-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0 0 0 8px;
  gap: 5px;
  height: max-content;
  border-left: 2px solid var(--color-orange-600);
}

.frame-30 {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.asset-cards {
  display: flex;
  width: 49.25rem;
  padding: 2rem 0rem;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.asset-card {
  display: flex;
  width: 21.5rem;
  padding: 2rem 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 1px solid var(--color-grey-200);
  background: var(--color-white);
  box-shadow: 0px 12px 16px -4px rgba(40, 40, 40, 0.08), 0px 4px 6px -2px rgba(40, 40, 40, 0.03);
  cursor: pointer;
  position: relative;
}

.asset-card .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.asset-card img {
  width: 39px !important;
  height: 39px !important;
  align-self: flex-start;
}

.crypto-card .emblem-link, .asset-card .emblem-link {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}

.crypto-card .emblem, .asset-card .emblem {
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 120ms ease, transform 120ms ease;
  pointer-events: none; 
}

.crypto-card:hover .emblem, .asset-card:hover .emblem {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.asset-card .info .info-text {
  padding-top: 24px;
}

.asset-card .info .info-text-title {
  color: var(--color-grey-600);
}

.asset-card .info .info-text-value {
  color: var(--color-grey-500);
}

.asset-card .rate {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.cta {
  display: flex;
  min-height: 365.48px;
  max-width: 1600px;
  margin: 0.5rem;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  width: -webkit-fill-available;
  justify-self: center;
  background: var(--color-white);
  border-radius: 1rem;
}

.cta .container {
  display: flex;
  max-width: 80rem;
  padding: 7.5rem 1rem;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 2rem;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.cta .text {
  display: flex;
  flex-direction: column;
  max-width: 39rem;
  gap: 1rem;
}

.cta.conference {
  color: var(--color-white);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 62.79%), linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/images/landing_team.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cta.rate {
  border-radius: 1rem;
  background: url(/images/rate_chart.png) 406.102px 18.06px / 75.39% 108.529% no-repeat, url(/images/gardient_cta.png) 50% / cover no-repeat;
  background-blend-mode: soft-light, normal;
}

.cta.gardient {
  max-width: 1920px;
  padding: 10rem 0rem;
  background: url(/images/gardient_cta.png);
  background-size: cover;
  background-position-y: top;
  background-position-x: 50%;
}

.cta.gardient.halftona>* {
  z-index: 1;
}

.cta.gardient.halftona {
  position: relative;
}

.cta.gardient.halftona::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/halftona_c.png), url(/images/gardient_cta.png);
  background: url(/images/halftona_c.png) 0px -208.852px / 100% 222.916% no-repeat, url(/images/gardient_cta.png) 0px -414.444px / 100% 289.751% no-repeat;
  background-blend-mode: overlay, normal;
  opacity: 25%;
}

.cta.halftona .text-center{
  gap: 2.5rem;
}

.cta.halftona .text-center .content{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cta.simple {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 40.64%), url(/images/simple.png) 50% / cover no-repeat;
  background-size: cover;
  background-position-x: 50%;
  color: var(--color-white);
  justify-content: space-around;
  min-height: 733px;
  padding: 0 2rem;
}

.cta.simple .content {
  display: flex;
  max-width: 80rem;
  padding-top: 4rem;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 2rem;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.cta.simple .text {
  gap: 2.5rem;
  padding-bottom: 4rem;
}

.cta.simple .text .description {
  gap: 2rem;
}

.cta.simple .text .checklist {
  gap: 0.75rem;
}

.cta.simple p {
  gap: 16px;
  justify-content: flex-start;
  text-align: start;
}

.cta.simple img {
  width: 100%;
  max-width: 566px;
  align-self: flex-end;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  gap: 1.5rem;
}

.faq-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  height: auto;
  align-self: stretch;
  cursor: pointer;
}

.faq-item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.faq .body-xxs {
  display: none;
}

.faq-item.open .body-xxs {
  display: block;
}

.faq-item .icon {
  display: flex;
  align-self: flex-start;
  width: 20px;
  height: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
}

.company-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
  max-width: 48rem;
}

.company-info .row-div {
  align-items: flex-start;
  padding: 0 2rem;
  text-align: center;
}

.company-info .row-div>div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.company-info .row-div .body-m {
  color: var(--color-orange-600);
}

.features-div .image {
  overflow: hidden;
  width: 100%;
  max-width: 407px !important;
  max-height: 482px;
  border-radius: 16px;
}

.features-div img {
  width: 200%;
  transform: translateX(-21%);
}

.features {
  display: flex;
  max-width: 50rem;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 2.5rem;
  flex-wrap: wrap;
  align-self: center;
}

.features .icon {
  display: flex;
  z-index: 1;
}


.feature-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 24rem;
  width: 100%;
  justify-content: flex-start;
  gap: 1.25rem;
}

.feature-card-icon-container {
  display: flex;
  max-width: 3rem;
  max-height: 3rem;
  padding: 0.75rem 0.76444rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--Corner-radius-S, 0.5rem);
  border: 0.5px solid var(--color-grey-200);
  background: var(--color-white);
}

.feature-card-description-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.slide-up,
.grow-in {
  opacity: 0;
}

.steps-div {
  display: flex;
  max-width: 28.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.steps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 28rem;
}

.steps div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  margin: 0;
  gap: 1.25rem;
}

.steps div .body-l,
.steps div .body-s {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.steps div .body-l {
  padding: 8px 19px;
  margin: 0;
  gap: 10px;
  background-color: var(--color-white);
  border: 0.5px solid var(--color-grey-200);
  border-radius: 8px;
  color: var(--color-orange-600);
  font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
}

.row-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}

.company {
  align-items: center !important;
}

#current-rate, #actual-rate, .crypto-price, .price, .external-rate  {
  letter-spacing: normal !important;
  word-spacing: 0.25em !important;
}
canvas#myChart{
  letter-spacing: normal !important;
  word-spacing: 0.1em !important;
}

@media(max-width: 1382px) {
  .landing .image-div, .features-div {
	gap: 4rem;
  }

  .landing section {
	padding: 2.5rem 1rem;
	gap: 1.5rem;
  }

  .row-div{
	align-items: center !important;
	justify-content: center;
	flex-direction: column;
	max-height: unset;
	align-content: center;
	row-gap: 1.5rem;
  }

  .head:not(#rates .head):not(.contact-page .head) {
	align-items: center !important;
	justify-content: center;
  }

  .landing .reverse {
	flex-direction: column-reverse;
	gap: 1.5rem;
	align-content: center;
  }
}

@media(max-width: 769px) {

  .page-headline {
	padding: 7rem 1rem 1rem 1rem;
  }

  .page-headline-content {
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	text-align: center;
	padding-bottom: 0;
  }

  .page-headline .title>* {
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
  }

  .page-headline .caption-m,
  .page-headline .caption-l {
	flex-direction: column;
  }

  .section-div {
	padding: 2.5rem 1rem 2.5rem 1rem;
  }

  .frame-30 {
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
  }

  .frame-30 .button,
  .contact div .button,
  .cta .button,
  .steps-buttons,
  .steps-buttons .button,
  .tudastar .button,
  .atm-main .row-buttons,
  .atm-main .atm-item .button-primary-dark,
  .atm .section-opening .button,
  .row-buttons, .row-buttons .button{
	width: 100%;
	justify-content: center;
  }

  .text-center p {
	width: 100%;
  }

  section {
	padding: 2.5rem 1rem;
	gap: 1.5rem;
  }

  .col-div {
	gap: 2rem;
  }

  .cta {
	margin: 0;
	border-radius: 0;
  }

  .cta .container {
	flex-direction: column;
	text-align: center;
	align-content: center;
	gap: 2rem;
	padding: 2.5rem 1rem;
  }

  .cta .container>div {
	width: 100%;
	display: flex;
  }

  .cta.conference {
	background-size: 250%;
	background-position-y: center;
	background-position-x: 55%;  
  }

  .cta.gardient {
	padding: 5rem 1rem;
  }

  .cta.gardient.halftona::before {
	background: url(/images/halftona_c.png) -27.236px 0px / 164.87% 100% no-repeat, url(/images/gardient_cta.png) 50% / cover no-repeat;
  }

  .features-div img {
	width: 100%;
	transform: unset;
  }

  .features>* {
	align-items: center;
	text-align: center;
	margin: auto;
  }

  .video-thumbnail .overlay {
	padding: 1.38rem;
  }

  .video-thumbnail .title {
	margin-top: 0.5rem;
	max-width: 100%;
  }

  .video-thumbnail .play-button {
	backdrop-filter: blur(8px);
	opacity: 1;
	width: 2.5rem;
	height: 2.5rem;
  }


  .row-div {
	flex-direction: column;
	max-height: unset;
	align-items: center;
	row-gap: 1.5rem;
  }

  .text-left {
	flex-direction: column;
	text-align: center;
	margin: auto;
	align-items: center;
  }

  .text-left p {
	align-items: center;
	gap: 2rem;
  }

  .asset-cards {
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	max-width: 100%;
  }

  .crypto-card .emblem, .asset-card .emblem{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
  }

  .reverse {
	flex-direction: column-reverse;
	gap: 1.5rem;
  }

  .buttons-group .button-s {
	width: 30%;
	margin: 10px auto;
  }

  .cta.simple {
	flex-direction: column;
	padding: 1rem;
	border-radius: 0;
	justify-content: center;
  }

  .cta.simple .content {
	padding-top: 1.5rem;
  }

  .cta.simple .text {
	gap: 1.5rem;
	padding-bottom: 0;
  }


  .cta.simple p:not(.check) {
	text-align: center;
  }

  .cta.simple img {
	width: 100%;
	max-width: 566px;
	align-self: center;
  }

  .company-info .row-div {
	align-items: center !important;
	text-align: center;
	gap: 3rem;
  }

  .company-info .row-div>div {
	width: 100%;
	align-self: center;
  }

  .company-info hr{
	max-width: 100%;
  }

  .row-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
  }

  .video-thumbnail .badge {
	width: 6rem !important;
  }

  .video-thumbnail .badge.subtitle-s {
	font-size: 12px !important;
  }

  .video-thumbnail .heading-4{
	font-size: 15px !important;
  }
}